home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00231_Script_back to intro button < prev    next >
Text File  |  1999-03-01  |  586b  |  35 lines

  1.  
  2. on mouseWithin me
  3.   cursor [the memberNum of member "pointy", the memberNum of member "pointy_mask"]
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor -1
  8. end
  9.  
  10. on mouseDown me
  11.   
  12.   repeat with x = 1 to 6
  13.     if soundBusy(x) then 
  14.       set the volume of sound x to 255
  15.       sound stop x
  16.     end if
  17.   end repeat
  18.   puppetSprite 7, FALSE --lori eyes
  19.   set the visible of sprite 7 = FALSE
  20.   puppetSprite 8, FALSE --shock-kid
  21.   set the visible of sprite 8 to FALSE
  22.   
  23.   
  24.   
  25.   cursor 200
  26.   
  27.   
  28. end
  29.  
  30. on mouseUp me
  31.   cursor -1
  32.   go to frame "welcomeBack" of movie "intro"
  33. end 
  34.  
  35.